Manifests.io

Easy to use kubernetes documentation

WorkerPool.spec.pod.workspaceVolume.persistentVolumeClaim

persistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

Description
claimName
string *

claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

readOnly
boolean

readOnly Will force the ReadOnly setting in VolumeMounts. Default false.

See an issue here?